Scenario #5101: Query Subscription Relations of Given Person

Properties

Required

Given

name value
personUuid efe3662a-02d9-4fa9-a4f0-29dfd893fd78
relationType SUBSCRIBER

Query Relations

HTTP GET "/api/hs/office/relations?personUuid=efe3662a-02d9-4fa9-a4f0-29dfd893fd78&relationType=SUBSCRIBER" // Person: Test AG \
  -H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
  `# {` \
  `#   "sub" : "uuid<hsh-alex_superuser>"` \
  `# }`
=> status: 200 OK 
[ {
  "uuid" : "f84f0f5e-25ee-4953-a673-95c3e3c393cd", // Subscription: Michael Miller to operations-discussion
  "anchor" : {
    "uuid" : "efe3662a-02d9-4fa9-a4f0-29dfd893fd78", // Person: Test AG
    "personType" : "LEGAL_PERSON",
    "tradeName" : "Test AG",
    "salutation" : null,
    "title" : null,
    "givenName" : null,
    "familyName" : null
  },
  "holder" : {
    "uuid" : "93d4b5cc-c436-4172-85c7-8a4b13af8a29", // Person: Michael Miller
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michael",
    "familyName" : "Miller"
  },
  "type" : "SUBSCRIBER",
  "mark" : "operations-discussion",
  "contact" : {
    "uuid" : "62cb7858-de45-4f26-91c5-d03afa083440", // Contact: michael.miller@example.org
    "caption" : "Michael Miller",
    "postalAddress" : { },
    "emailAddresses" : {
      "main" : "michael.miller@example.org"
    },
    "phoneNumbers" : { }
  }
} ]

generated on 2026-08-10 04:42:28 for branch HEAD